1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPURCHASEORDER
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmPURCHASEORDER))
27         Me.Panel1 = New System.Windows.Forms.Panel
28         Me.Label2 = New System.Windows.Forms.Label
29         Me.Label1 = New System.Windows.Forms.Label
30         Me.PictureBox1 = New System.Windows.Forms.PictureBox
31         Me.GroupBox1 = New System.Windows.Forms.GroupBox
32         Me.rbreceive = New System.Windows.Forms.RadioButton
33         Me.rbpurchase = New System.Windows.Forms.RadioButton
34         Me.listorder = New System.Windows.Forms.ListView
35         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
36         Me.dtpurchased = New System.Windows.Forms.DateTimePicker
37         Me.Label3 = New System.Windows.Forms.Label
38         Me.grpCat = New System.Windows.Forms.GroupBox
39         Me.cmdcancel = New System.Windows.Forms.Button
40         Me.CmdSearch = New System.Windows.Forms.Button
41         Me.txtname = New System.Windows.Forms.TextBox
42         Me.Label5 = New System.Windows.Forms.Label
43         Me.Label4 = New System.Windows.Forms.Label
44         Me.Label6 = New System.Windows.Forms.Label
45         Me.Label7 = New System.Windows.Forms.Label
46         Me.Panel1.SuspendLayout()
47         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
48         Me.GroupBox1.SuspendLayout()
49         Me.grpCat.SuspendLayout()
50         Me.SuspendLayout()
51         
'
52         
'Panel1
53         
'
54         Me.Panel1.Controls.Add(Me.Label2)
55         Me.Panel1.Controls.Add(Me.Label1)
56         Me.Panel1.Controls.Add(Me.PictureBox1)
57         Me.Panel1.Location = New System.Drawing.Point(
2, 4)
58         Me.Panel1.Name =
"Panel1"
59         Me.Panel1.Size = New System.Drawing.Size(
429, 45)
60         Me.Panel1.TabIndex =
0
61         
'
62         
'Label2
63         
'
64         Me.Label2.AutoSize = True
65         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
66         Me.Label2.Location = New System.Drawing.Point(
52, 32)
67         Me.Label2.Name =
"Label2"
68         Me.Label2.Size = New System.Drawing.Size(
216, 13)
69         Me.Label2.TabIndex =
2
70         Me.Label2.Text =
"List of purchase order and receive products"
71         
'
72         
'Label1
73         
'
74         Me.Label1.AutoSize = True
75         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
77         Me.Label1.Location = New System.Drawing.Point(
50, 9)
78         Me.Label1.Name =
"Label1"
79         Me.Label1.Size = New System.Drawing.Size(
351, 23)
80         Me.Label1.TabIndex =
1
81         Me.Label1.Text =
"Purchasing Order and Receive Form"
82         
'
83         
'PictureBox1
84         
'
85         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
86         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
87         Me.PictureBox1.Name =
"PictureBox1"
88         Me.PictureBox1.Size = New System.Drawing.Size(
49, 42)
89         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
90         Me.PictureBox1.TabIndex =
0
91         Me.PictureBox1.TabStop = False
92         
'
93         
'GroupBox1
94         
'
95         Me.GroupBox1.Controls.Add(Me.Label4)
96         Me.GroupBox1.Controls.Add(Me.rbreceive)
97         Me.GroupBox1.Controls.Add(Me.Label6)
98         Me.GroupBox1.Controls.Add(Me.Label7)
99         Me.GroupBox1.Controls.Add(Me.rbpurchase)
100         Me.GroupBox1.Controls.Add(Me.listorder)
101         Me.GroupBox1.Location = New System.Drawing.Point(
3, 55)
102         Me.GroupBox1.Name =
"GroupBox1"
103         Me.GroupBox1.Size = New System.Drawing.Size(
789, 475)
104         Me.GroupBox1.TabIndex =
1
105         Me.GroupBox1.TabStop = False
106         
'
107         
'rbreceive
108         
'
109         Me.rbreceive.AutoSize = True
110         Me.rbreceive.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.rbreceive.Location = New System.Drawing.Point(
670, 14)
112         Me.rbreceive.Name =
"rbreceive"
113         Me.rbreceive.Size = New System.Drawing.Size(
105, 17)
114         Me.rbreceive.TabIndex =
2
115         Me.rbreceive.TabStop = True
116         Me.rbreceive.Text =
"Receive Order"
117         Me.rbreceive.UseVisualStyleBackColor = True
118         
'
119         
'rbpurchase
120         
'
121         Me.rbpurchase.AutoSize = True
122         Me.rbpurchase.Checked = True
123         Me.rbpurchase.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         Me.rbpurchase.Location = New System.Drawing.Point(
552, 14)
125         Me.rbpurchase.Name =
"rbpurchase"
126         Me.rbpurchase.Size = New System.Drawing.Size(
112, 17)
127         Me.rbpurchase.TabIndex =
1
128         Me.rbpurchase.TabStop = True
129         Me.rbpurchase.Text =
"Purchase Order"
130         Me.rbpurchase.UseVisualStyleBackColor = True
131         
'
132         
'listorder
133         
'
134         Me.listorder.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
135         Me.listorder.FullRowSelect = True
136         Me.listorder.GridLines = True
137         Me.listorder.Location = New System.Drawing.Point(
6, 37)
138         Me.listorder.Name =
"listorder"
139         Me.listorder.Size = New System.Drawing.Size(
769, 415)
140         Me.listorder.SmallImageList = Me.ImageList1
141         Me.listorder.TabIndex =
0
142         Me.listorder.UseCompatibleStateImageBehavior = False
143         Me.listorder.View = System.Windows.Forms.View.Details
144         
'
145         
'ImageList1
146         
'
147         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
148         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
149         Me.ImageList1.Images.SetKeyName(
0, "archives.png")
150         
'
151         
'dtpurchased
152         
'
153         Me.dtpurchased.CalendarFont = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
154         Me.dtpurchased.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.dtpurchased.Location = New System.Drawing.Point(
592, 28)
156         Me.dtpurchased.Name =
"dtpurchased"
157         Me.dtpurchased.Size = New System.Drawing.Size(
200, 21)
158         Me.dtpurchased.TabIndex =
4
159         
'
160         
'Label3
161         
'
162         Me.Label3.AutoSize = True
163         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
164         Me.Label3.Location = New System.Drawing.Point(
487, 35)
165         Me.Label3.Name =
"Label3"
166         Me.Label3.Size = New System.Drawing.Size(
111, 14)
167         Me.Label3.TabIndex =
3
168         Me.Label3.Text =
"Purchased Date :"
169         Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopRight
170         
'
171         
'grpCat
172         
'
173         Me.grpCat.BackColor = System.Drawing.Color.Gainsboro
174         Me.grpCat.Controls.Add(Me.cmdcancel)
175         Me.grpCat.Controls.Add(Me.CmdSearch)
176         Me.grpCat.Controls.Add(Me.txtname)
177         Me.grpCat.Controls.Add(Me.Label5)
178         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
179         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         Me.grpCat.Location = New System.Drawing.Point(
287, 237)
181         Me.grpCat.Name =
"grpCat"
182         Me.grpCat.Size = New System.Drawing.Size(
320, 81)
183         Me.grpCat.TabIndex =
6
184         Me.grpCat.TabStop = False
185         Me.grpCat.Text =
"Search by Supplier Name "
186         Me.grpCat.Visible = False
187         
'
188         
'cmdcancel
189         
'
190         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191         Me.cmdcancel.Location = New System.Drawing.Point(
239, 52)
192         Me.cmdcancel.Name =
"cmdcancel"
193         Me.cmdcancel.Size = New System.Drawing.Size(
75, 23)
194         Me.cmdcancel.TabIndex =
3
195         Me.cmdcancel.Text =
"&Cancel"
196         Me.cmdcancel.UseVisualStyleBackColor = True
197         
'
198         
'CmdSearch
199         
'
200         Me.CmdSearch.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.CmdSearch.Location = New System.Drawing.Point(
158, 52)
202         Me.CmdSearch.Name =
"CmdSearch"
203         Me.CmdSearch.Size = New System.Drawing.Size(
75, 23)
204         Me.CmdSearch.TabIndex =
2
205         Me.CmdSearch.Text =
"&Search"
206         Me.CmdSearch.UseVisualStyleBackColor = True
207         
'
208         
'txtname
209         
'
210         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         Me.txtname.Location = New System.Drawing.Point(
60, 23)
212         Me.txtname.MaxLength =
50
213         Me.txtname.Name =
"txtname"
214         Me.txtname.Size = New System.Drawing.Size(
254, 22)
215         Me.txtname.TabIndex =
1
216         
'
217         
'Label5
218         
'
219         Me.Label5.AutoSize = True
220         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
221         Me.Label5.Location = New System.Drawing.Point(
7, 31)
222         Me.Label5.Name =
"Label5"
223         Me.Label5.Size = New System.Drawing.Size(
52, 13)
224         Me.Label5.TabIndex =
0
225         Me.Label5.Text =
"Search :"
226         
'
227         
'Label4
228         
'
229         Me.Label4.AutoSize = True
230         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
231         Me.Label4.Location = New System.Drawing.Point(
179, 16)
232         Me.Label4.Name =
"Label4"
233         Me.Label4.Size = New System.Drawing.Size(
149, 13)
234         Me.Label4.TabIndex =
9
235         Me.Label4.Text =
"Black for Not Approved Order"
236         
'
237         
'Label6
238         
'
239         Me.Label6.AutoSize = True
240         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
241         Me.Label6.ForeColor = System.Drawing.Color.Red
242         Me.Label6.Location = New System.Drawing.Point(
69, 16)
243         Me.Label6.Name =
"Label6"
244         Me.Label6.Size = New System.Drawing.Size(
126, 13)
245         Me.Label6.TabIndex =
8
246         Me.Label6.Text =
"Red For Approved Order"
247         
'
248         
'Label7
249         
'
250         Me.Label7.AutoSize = True
251         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
252         Me.Label7.Location = New System.Drawing.Point(
9, 16)
253         Me.Label7.Name =
"Label7"
254         Me.Label7.Size = New System.Drawing.Size(
54, 13)
255         Me.Label7.TabIndex =
7
256         Me.Label7.Text =
"Legend :"
257         
'
258         
'FrmPURCHASEORDER
259         
'
260         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
261         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
262         Me.BackColor = System.Drawing.Color.WhiteSmoke
263         Me.ClientSize = New System.Drawing.Size(
826, 633)
264         Me.Controls.Add(Me.grpCat)
265         Me.Controls.Add(Me.dtpurchased)
266         Me.Controls.Add(Me.Label3)
267         Me.Controls.Add(Me.GroupBox1)
268         Me.Controls.Add(Me.Panel1)
269         Me.MinimizeBox = False
270         Me.Name =
"FrmPURCHASEORDER"
271         Me.Text =
"Order and Receive"
272         Me.Panel1.ResumeLayout(False)
273         Me.Panel1.PerformLayout()
274         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
275         Me.GroupBox1.ResumeLayout(False)
276         Me.GroupBox1.PerformLayout()
277         Me.grpCat.ResumeLayout(False)
278         Me.grpCat.PerformLayout()
279         Me.ResumeLayout(False)
280         Me.PerformLayout()
281
282     End Sub
283     Friend WithEvents Panel1 As System.Windows.Forms.Panel
284     Friend WithEvents Label1 As System.Windows.Forms.Label
285     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
286     Friend WithEvents Label2 As System.Windows.Forms.Label
287     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
288     Friend WithEvents listorder As System.Windows.Forms.ListView
289     Friend WithEvents dtpurchased As System.Windows.Forms.DateTimePicker
290     Friend WithEvents Label3 As System.Windows.Forms.Label
291     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
292     Friend WithEvents cmdcancel As System.Windows.Forms.Button
293     Friend WithEvents CmdSearch As System.Windows.Forms.Button
294     Friend WithEvents txtname As System.Windows.Forms.TextBox
295     Friend WithEvents Label5 As System.Windows.Forms.Label
296     Friend WithEvents rbpurchase As System.Windows.Forms.RadioButton
297     Friend WithEvents rbreceive As System.Windows.Forms.RadioButton
298     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
299     Friend WithEvents Label4 As System.Windows.Forms.Label
300     Friend WithEvents Label6 As System.Windows.Forms.Label
301     Friend WithEvents Label7 As System.Windows.Forms.Label
302 End Class


Gõ tìm kiếm nhanh...